*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
.site{
    min-height:100dvh;
    display:grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: minmax(0, 1fr);
}
main{
    padding-bottom: 200px;
}

main img {
    padding-bottom: 40px;
}
.sticky {
    position: fixed;
    justify-content: space-between;
    bottom:80%;
    right: 5%;
    width: 25px;
    height: 25px;
}
.logo img{
    width: 55px;
    height: 55px;
    position: relative;
    overflow: hidden;
    padding-left: 5px;
    /*border-radius: 50%;*/
}

.BSocial img{
    padding:5px;
    border-radius: 50%;
}

ul{
    list-style: none;
}

a{
    Display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    color: inherit;
}

body{
    font-size: 15px;
    font-style: normal;
    font-family: 'Oswald',sans-serif;
    background-color:rgb(24, 24, 24);
    color:white;  
    text-align: center;
    margin:0;
    padding-top: 100px;

}

h1{
    padding: 25px 0 0 0;
}

p{
    margin:auto;
    text-align: center;
    width: 60%;
    padding-top: 6px;
    padding-bottom: 20px;
                             /*padding:30px 0 30px 0;*/
}

.header{
    padding: 15px;
    background-color: rgb(0, 0, 0);
    position:fixed;
    width:100%;
    top:0;
    z-index:9000;
}

.header__content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10%;
    min-height: 60px;
}

.buttons{
    display: flex;
    align-items: center;
}

.logo{
    padding-left: 80px;
    color:#fff;
    font-size: 23px;
    letter-spacing: -1.5px;
    font-weight: 200;
}

.nav,
.contact{
    transition: all 0.3s ease-in-out;
}

.nav__item,
.contact__item{
    transition: all 0.4s;
}

.nav__link,
.contact__link{
    color:rgba(255,255,255,0.75);
    font-size: 15px;
    transition: all 0.4s;
    padding: 10px;
}

.nav__link:hover,
.nav__link:focus{
    color:rgb(114, 0, 148);
}

.hamburger, 
.contact__button{
    display: none;
    cursor:pointer;
}

.bar{
    height: 2px;
    width: 27px;
    background: #fff;
    margin: 5px 0;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.nav--open,
.contact--open{
   transform: translate(0) !important;
}

.hamburger--open .bar:nth-child(1){
    transform: translateY(7px) rotate(45deg);
    color:black;
}

.hamburger--open .bar:nth-child(2){
    opacity:0;
}

.hamburger--open .bar:nth-child(3){
    transform: translateY(-7px) rotate(-45deg);
    color:black;
}

@media (min-width: 0px){
.nav{
    position:fixed;
    top: 0px;
    left: 0;
    background-color: rgba(41, 0, 49,0.75);
    width:25%;
    padding: 10px 0 150px;
    transform: translateX(-100%);
}

.contact{
    position:fixed;
    top: 90px;
    right: 0;
    background-color: rgba(41, 0, 49,0.75);
    width:25%;
    padding: 10px 0 10px;
    transform: translateX(200%);
}
.contact__list{
    
    flex-direction: column;
    align-items: right;
    row-gap: 20px;
}

.nav__list{

    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

.nav__link{
    top: 90px;
    font-size: 14px;
}
.contact__link{
    top: 0px;
    font-size: 14px;
}

.hamburger,
.contact__button{
    display:block;
}

}

.container{
    width: 100%;
    height: 100vh;
    background: #222;
    display:flex;
    align-items: center;
    justify-content: center;
}

.swiper{
    width:50%;
    height: fit-content;
    background-color: black;
}

.swiper-slide img{
    width:100%;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next,
.swiper .swiper-pagination-bullet-active{
color: rgb(114, 0, 148);
}
.swiper .swiper-pagination-bullet{
    background: rgb(114, 0, 148);
}
.credit_list{
justify-self: center;
width:60%
}
.credits{
  float: left;
  width: 33.33%;
  padding:5px;
}



.row::after {
  content: "";
  clear: both;
  display: table;
}
.footer{
    background-color: black;
    bottom:0;
    color:white;

    padding:20px 150px 0px 150px;
}

.Social_list{
    display:flex;
    justify-content: space-between;
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	transition: all 0.5s ease;
    font-size: 14px;
    padding: 0 30px;
}

.Office__list{
    justify-content: space-between;
    font-size: 14px;
	color: #ffffff;
	margin-bottom: 35px;
	position: relative;
    display:flex;
    column-width:240px;
    column-gap : 2em;
    padding: 0 30px;
    text-align: justify;
}